| Имя | Описание | |
|---|---|---|
![]() | Add | Adds an object to the end of the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | AddRange | Добавляет диапазон элементов в эту коллекцию. |
![]() | AddSlaveCollection | Добавляет подчиненную коллекцию и синхронизирует подчиненную коллекцию с главной коллекцией. |
![]() | Clear | Removes all elements from the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | Contains | Determines whether an element is in the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | CopyTo | Copies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | Insert | Inserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | Remove | Removes the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | RemoveSlaveCollection | Удаляет коллекцию из списка подчиненных коллекций. |
![]() | ToArray | Возвращает элементы коллекции в виде массива. |

